Program Top-level scope Main code Program The program is the entirety of the source code worked by the compiler. The source gets parsed and compiled to an executable version o...
Program Top-level scope Main code Program The program is the entirety of the source code worked by the compiler. The source gets parsed and compiled to an executable version o...
Connection pool Configuration Sample Connection pool When a connection is established it usually means opening a TCP connection or Socket. The socket will handle one statement...
C bindings C bindings Crystal allows you to bind to existing C libraries without writing a single line in C. Additionally, it provides some conveniences like out and to_unsaf...
Coding Style Naming Acronyms Libs Directory and File Names Indentation Coding Style This style is used in the standard library. You can use it in your own project to make i...
Coding Style Naming Acronyms Libs Directory and File Names Indentation Coding Style This style is used in the standard library. You can use it in your own project to make i...
Coding Style Naming Acronyms Libs Directory and File Names Indentation Coding Style This style is used in the standard library. You can use it in your own project to make i...