Expand description
FFI bindings to the Fastly Compute ABI.
This is a low-level package; the fastly
crate wraps these functions
in a much friendlier, Rust-like interface. You should not have to depend on this crate
explicitly in your Cargo.toml
.
§Versioning and compatibility
The Cargo version of this package was previously set according to compatibility with the
Compute platform. Since the v0.25.0
release of the Fastly
CLI, the CLI is configured with the range
of fastly-sys
versions that are currently compatible with the Compute platform. The Cargo
version of this package since 0.4.0
instead follows the Cargo SemVer compatibility
guidelines.
Modules§
- fastly_
abi - fastly_
acl - fastly_
async_ io - fastly_
backend - fastly_
cache - fastly_
compute_ runtime - fastly_
config_ store - fastly_
device_ detection - fastly_
dictionary - fastly_
erl - fastly_
geo - fastly_
http_ body - fastly_
http_ cache - fastly_
http_ req - fastly_
http_ resp - fastly_
kv_ store - fastly_
log - fastly_
purge - fastly_
secret_ store - fastly_
uap
Structs§
- Backend
Config Options BackendConfigOptions
codings.- Content
Encodings Content-Encoding
codings.- Delete
Config - Delete
Config Options DeleteConfigOptions
codings.- Dynamic
Backend Config - Insert
Config - Insert
Config Options InsertConfigOptions
codings.- List
Config - List
Config Options ListConfigOptions
codings.- Lookup
Config - Lookup
Config Options LookupConfigOptions
codings.
Enums§
- Insert
Mode - Modes of KV Store insertion.
- List
Mode - Modes of KV Store list operations.
- List
Mode Internal