Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_limits_config_t Struct Reference

Size and length limits the runtime enforces. More...

#include <configuration.h>

Data Fields

size_t string_max_len
 Largest string accepted, in bytes.
size_t ns_name_max_len
 Longest namespace name accepted, in bytes.
size_t max_value_depth
 Deepest value nesting print, eq, and hash accept.

Detailed Description

Size and length limits the runtime enforces.

Definition at line 159 of file configuration.h.

Field Documentation

◆ max_value_depth

size_t srn_limits_config_t::max_value_depth

Deepest value nesting print, eq, and hash accept.

Definition at line 173 of file configuration.h.

◆ ns_name_max_len

size_t srn_limits_config_t::ns_name_max_len

Longest namespace name accepted, in bytes.

Definition at line 164 of file configuration.h.

◆ string_max_len

size_t srn_limits_config_t::string_max_len

Largest string accepted, in bytes.

Definition at line 161 of file configuration.h.


The documentation for this struct was generated from the following file: