Now a REAL lib

This commit is contained in:
Justine
2023-01-09 19:23:20 +01:00
parent ef46613c71
commit fe9e6f04f5
19014 changed files with 715877 additions and 264 deletions

View File

@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"mod":[["example_ffi","This is just a sample of what FFI using this crate can look like."],["raw","Portability abstractions over `Raw*`."],["views","Typed views using temporary objects."]],"struct":[["BorrowedFd","A borrowed file descriptor."],["OwnedFd","An owned file descriptor."]],"trait":[["AsFd","A trait to borrow the file descriptor from an underlying object."],["AsFilelike","A portable trait to borrow a reference from an underlying filelike object."],["AsSocketlike","A portable trait to borrow a reference from an underlying socketlike object."],["FromFd","A trait to express the ability to construct an object from a file descriptor."],["FromFilelike","A portable trait to express the ability to construct an object from a filelike object."],["FromSocketlike","A portable trait to express the ability to construct an object from a socketlike object."],["IntoFd","A trait to express the ability to consume an object and acquire ownership of its file descriptor."],["IntoFilelike","A portable trait to express the ability to consume an object and acquire ownership of its filelike object."],["IntoSocketlike","A portable trait to express the ability to consume an object and acquire ownership of its socketlike object."]],"type":[["BorrowedFilelike","A reference to a filelike object."],["BorrowedSocketlike","A reference to a socketlike object."],["OwnedFilelike","An owned filelike object."],["OwnedSocketlike","An owned socketlike object."]]};