[go: up one dir, main page]

cast 0.2.0

Ergonomic, checked cast functions for primitive types
Documentation
1
2
3
4
5
6
7
8
9
10
11
set -ex

main() {
    cross test --target $TARGET
    cross test --target $TARGET --release

    cross test --no-default-features --target $TARGET
    cross test --no-default-features --target $TARGET --release
}

main