Crate sosistun[][src]

Re-exports

pub use sosistab;
pub use dirs;

Modules

Inspection and manipulation of the process’s environment.

A module for working with processes.

Macros

Inspects an environment variable at compile time.

Structs

A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.

A random number generator that retrieves randomness from the operating system.

A Diffie-Hellman public key, corresponding to an EphemeralSecret or StaticSecret key.

A Diffie-Hellman secret key that can be used to compute multiple SharedSecrets.

Enums

An internet socket address, either IPv4 or IPv6.

Constants

Traits

Read bytes asynchronously.

Read bytes asynchronously.

Seek bytes asynchronously.

Write bytes asynchronously.

A future represents an asynchronous computation.

The core of a random number generator.

A stream of values produced asynchronously.

Extension trait for Future.

Extension trait for Stream.

Extension trait for AsyncBufRead.

Extension trait for AsyncRead.

Extension trait for AsyncSeek.

Extension trait for AsyncWrite.

Functions

Attribute Macros