Docs.rs
c2a-core-4.5.1
c2a-core 4.5.1
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
sksat
meltingrabbit
github:arkedge:oss-maintainer
Dependencies
c2a-bind-utils ^4.0.0-beta.0
build
clang ^2.0.0
build
semver ^1.0.22
build
Versions
10.56%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module library
c2a_
core
4.5.1
Module library
Module Items
Structs
Constants
In crate c2a_
core
c2a_core
Module
library
Copy item path
Source
Structs
§
RESULT
Rust でいうところの Result<(), ()> のような,汎用的な成功したかどうかだけの返り値用 enum
Constants
§
RESULT_
RESULT_
ERR
!< Error or NG
RESULT_
RESULT_
OK
!< OK (C2A では慣習的に OK 系列挙子は 0 を使うので,万が一他の enum に cast されても事故が起きにくいように)