Skip to main content

Crate azure_canary

Crate azure_canary 

Source

Re-exports§

pub use constant_example::MAX_CONNECTIONS;
pub use enum_example::Message;
pub use enum_example::Status;
pub use static_example::PROGRAM_NAME;
pub use struct_example::Person;
pub use struct_example::Point2D;
pub use trait_example::Shape;

Modules§

constant_example
Examples of constants in Rust
enum_example
Examples of enums in Rust
function_example
Examples of functions in Rust
modules_example
Examples of modules in Rust
static_example
Examples of static variables in Rust
struct_example
Examples of structs in Rust
struct_fields_example
Examples of struct fields in Rust
trait_example
Examples of traits in Rust
use_example
Examples of ‘use’ statements in Rust

Traits§

NumericCore
Core trait for numeric operations

Functions§

add
Basic function example