Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

Bold

Italic

LinksRust

Lists


Quotes

Inline code

Code fences
grep -E 'avx2?' /proc/cpuinfo
% sha256sum -c CHECKSUM.SHA256-FreeBSD-13.1-RELEASE-amd64 FreeBSD-13.1-RELEASE-amd64-dvd1.iso
FreeBSD-13.1-RELEASE-amd64-dvd1.iso: OK
///Application’s key-value (KV) database settings
#[oxy_app_settings]
pub struct MyAppKVSettings {
    /// Key prefix.
    pub prefix: Option<String>,
    /// Path to the UNIX domain socket for the appropriate KV 
    /// server instance.
    pub socket: Option<String>,
}